home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / zabezpeceni / spyeraser / spyeraser.exe / {app} / SpyEraser.dll / 2110 / FLEXCROLLSTYLES.CSS < prev    next >
Cascading Style Sheet File  |  2007-04-23  |  7KB  |  189 lines

  1. /* Scroll Bar Master Styling Starts Here */
  2. /* All comments can be freely removed from the css */
  3.  
  4. /*
  5. Your custom scrollbar images do not need to have the same size as in example images, but the 
  6. placement of the images with respect to eachother in the image may play an important role
  7. as some elements are auto-sized by fleXcroll. You do not need to define images for
  8. all elements, you may want to have some transparency, or simply a filled color without
  9. using an image. The example images in this archive is optimized for the least number of http calls,
  10. only 2 images are needed for full operation, but you may have separate images
  11. for each element or make different group combinations in the images, or simply have a color
  12. defined for horizontal scrollbar and horizontal scrollbase, and get away with a single image
  13. for vertical bar if you will only use vertical scrollbars.
  14. */
  15.  
  16.  
  17. /* Basic styling with no images starts here */
  18.  
  19. /* IMPORTANT:
  20. Note that, even if you are not expecting to use horizontal scrollbars,
  21. you should at least define colors for it, e.g. you never know what font size
  22. your users will force on the page
  23. */
  24.  
  25. /* .scrollgeneric is required for proper scrollbar display,
  26. not for user customization, and is mandatory*/
  27. .scrollgeneric {
  28. line-height: 1px;
  29. font-size: 1px;
  30. position: absolute;
  31. top: 0; left: 0;
  32. }
  33.  
  34. /* For scrollbars, defining a color for background alongside with an image 
  35. is always a good idea, this way the scrollbars are visible until images load */
  36. .vscrollerbase {
  37. /* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */
  38. width: 15px;
  39. background-color: white;
  40. }
  41.  
  42. .vscrollerbar {
  43. width: 15px;
  44. background-color: black;
  45. }
  46.  
  47. .hscrollerbase {
  48. /* hscrollerbase is the div that holds the scrollbar (parent of hscrollerbar) */
  49. height: 15px;
  50. background-color: white;
  51. }
  52.  
  53. .hscrollerbar {
  54. height: 15px;
  55. background-color: black;
  56. }
  57.  
  58. /* basic style ends here, this was actually all that is required to run fleXcroll,
  59. albeit without images, my advice is to have this basic style and build the rest
  60. on top of this. */
  61.  
  62.  
  63. /* styles for scrollbar images start here */
  64.  
  65. .hscrollerbar {
  66. /* Main body of horizontal scrollbar */
  67. background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
  68. }
  69.  
  70. .vscrollerbar {
  71. /* Main body of vertical scrollbar */
  72. background: #99CBCB url(basebarcaps_verticalbarbody.png) -15px 0px repeat-y;
  73. }
  74.  
  75. .vscrollerbar, .hscrollerbar {
  76. /*padding information of these elements are only used for
  77. padding of the scroll-bar with respect to the scroll-base,
  78. the padding will automatically be turned off by the script
  79. The greater the padding, the further away the scrollbar
  80. stops away from both ends. This may be used, for example,
  81. to provide space for our "faux" arrow heads.
  82. */
  83. padding: 10px;
  84.  
  85. /* z-index for scrollbars define the z-index for the content, if left at
  86. "auto" or "0", they are set to "2", if defined, content z-index is set the
  87. same as the scrollbars. Version 1.7.5 and higher does not need this setting
  88. to function properly, earlier versions need this for proper operation */
  89. z-index: 2;
  90. }
  91.  
  92. .vscrollerbarbeg {
  93. /* Top image holder for vertical scrollbar*/
  94. background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
  95. width: 15px;
  96. /* Height of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
  97. engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
  98. image to repeat on certain sizes. In this style, we do not need our script to strech the
  99. vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
  100. height: 15px !important;
  101. }
  102.  
  103. .vscrollerbarend {
  104. /* Bottom image holder for vertical scrollbar*/
  105. background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
  106. width: 15px;
  107. height: 15px;
  108. }
  109.  
  110. .hscrollerbarbeg {
  111. /* Left image holder for horizontal scrollbar */
  112. background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
  113. height: 15px;
  114. /* Width of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
  115. engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
  116. image to repeat on certain sizes. In this style, we do not need our script to strech the
  117. vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
  118. width: 15px !important;
  119. }
  120.  
  121. .hscrollerbarend {
  122. /* Right image holder for horizontal scrollbar */
  123. background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
  124. height: 15px;
  125. width: 15px;
  126. }
  127.  
  128. .scrollerjogbox {
  129. /* Scroller jog (scroll-pan) image holder, only visible when both scrollbars are used */
  130. background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
  131. width: 15px;
  132. height: 15px;
  133. top: auto; left: auto;
  134. bottom: 0px; right: 0px;
  135. }
  136.  
  137.  
  138. /* Following are for scrollbase images, may not always be required */
  139.  
  140. .vscrollerbase {
  141. /* Vertical scrollbar's base body */ 
  142. background: #D7EBDF url(basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
  143. }
  144.  
  145. .vscrollerbasebeg {
  146. /* Vertical scrollbar's base top-cap */
  147. /* This may be used for holding the up arrow */
  148. background: url(basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
  149. width: 15px;
  150. /* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
  151. height: 15px !important; /*  Safari BG repeat fix */
  152. }
  153.  
  154. .vscrollerbaseend {
  155. /* Vertical scrollbar's base bottom-cap */
  156. /* This may be used for holding the down arrow */
  157. background: url(basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
  158. height: 15px;
  159. width: 15px;
  160. }
  161.  
  162. .hscrollerbase {
  163. /* Horziontal scrollbar's base body */ 
  164. background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
  165. }
  166.  
  167. .hscrollerbasebeg {
  168. /* Horizontal scrollbar's left-cap */
  169. /* This may be used for holding the left arrow */
  170. background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
  171. height: 15px;
  172. /* width of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
  173. width: 15px !important; /* Safari BG repeat fix */
  174. }
  175.  
  176. .hscrollerbaseend {
  177. /* Horizontal scrollbar's right-cap */
  178. /* This may be used for holding the right arrow */
  179. height: 15px;
  180. width: 15px;
  181. background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
  182. }
  183.  
  184. .scrollerjogbox:hover {
  185. background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
  186. }
  187.  
  188. /* Scroll Bar Master Styling Ends Here */
  189.